FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ee.tehik.mpi#0.1.0-beta (78 ms)

Package ee.tehik.mpi
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ee.tehik.mpi@0.1.0-beta&canonical=https://hl7.ee/fhir/StructureDefinition/EEMPI-Observation-SocialHistory-Occupation
Url https://hl7.ee/fhir/StructureDefinition/EEMPI-Observation-SocialHistory-Occupation
Version 1.0.0
Status draft
Date 2022-10-14T07:09:19.9103802+00:00
Name EEMPIObservationSocialHistoryOccupation
Title EE MPI Observation SocialHistory Occupation
Experimental False
Authority hl7
Type Observation
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
https://hl7.ee/fhir/StructureDefinition/EEBase-Observation EEBase Observation
https://hl7.ee/fhir/StructureDefinition/EEBase-Organization EEBase Organization
https://hl7.ee/fhir/StructureDefinition/EEBase-Patient EEBase Patient


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "EEMPI-Observation-SocialHistory-Occupation",
  "url" : "https://hl7.ee/fhir/StructureDefinition/EEMPI-Observation-SocialHistory-Occupation",
  "version" : "1.0.0",
  "name" : "EEMPIObservationSocialHistoryOccupation",
  "title" : "EE MPI Observation SocialHistory Occupation",
  "status" : "draft",
  "date" : "2022-10-14T07:09:19.9103802+00:00",
  "publisher" : "HL7 EE",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Observation",
  "baseDefinition" : "https://hl7.ee/fhir/StructureDefinition/EEBase-Observation",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Observation.basedOn",
        "path" : "Observation.basedOn",
        "max" : "0"
      },
      {
        "id" : "Observation.partOf",
        "path" : "Observation.partOf",
        "max" : "0"
      },
      {
        "id" : "Observation.category",
        "path" : "Observation.category",
        "min" : 1,
        "max" : "1",
        "fixedCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
              "code" : "social-history",
              "display" : "Social history"
            }
          ]
        }
      },
      {
        "id" : "Observation.category.coding",
        "path" : "Observation.category.coding",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Observation.category.coding.system",
        "path" : "Observation.category.coding.system",
        "min" : 1,
        "fixedUri" : "http://hl7.org/fhir/ValueSet/observation-category"
      },
      {
        "id" : "Observation.category.coding.code",
        "path" : "Observation.category.coding.code",
        "min" : 1,
        "fixedCode" : "social-history"
      },
      {
        "id" : "Observation.code",
        "path" : "Observation.code",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "exists",
              "path" : "coding.code"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Observation.code:loinc",
        "path" : "Observation.code",
        "sliceName" : "loinc"
      },
      {
        "id" : "Observation.code:loinc.coding.system",
        "path" : "Observation.code.coding.system",
        "min" : 1,
        "fixedUri" : "http://loinc.org"
      },
      {
        "id" : "Observation.code:loinc.coding.code",
        "path" : "Observation.code.coding.code",
        "min" : 1,
        "fixedCode" : "11341-5"
      },
      {
        "id" : "Observation.code:loinc.coding.display",
        "path" : "Observation.code.coding.display",
        "fixedString" : "History of occupation"
      },
      {
        "id" : "Observation.code:snomed",
        "path" : "Observation.code",
        "sliceName" : "snomed"
      },
      {
        "id" : "Observation.code:snomed.coding.system",
        "path" : "Observation.code.coding.system",
        "min" : 1,
        "fixedUri" : "http://snomed.info/sct"
      },
      {
        "id" : "Observation.code:snomed.coding.code",
        "path" : "Observation.code.coding.code",
        "min" : 1,
        "fixedCode" : "184104002"
      },
      {
        "id" : "Observation.code:snomed.coding.display",
        "path" : "Observation.code.coding.display",
        "fixedString" : "Patient occupation"
      },
      {
        "id" : "Observation.subject",
        "path" : "Observation.subject",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://hl7.ee/fhir/StructureDefinition/EEBase-Patient"
            ]
          }
        ]
      },
      {
        "id" : "Observation.effective[x]",
        "path" : "Observation.effective[x]",
        "short" : "Kelle juures töötab \"dateTime\" hetkel; või period mille jooksul töötab; või kestvus kui kaua töötab",
        "type" : [
          {
            "code" : "dateTime"
          },
          {
            "code" : "Period"
          },
          {
            "code" : "Timing"
          }
        ]
      },
      {
        "id" : "Observation.issued",
        "path" : "Observation.issued",
        "min" : 1
      },
      {
        "id" : "Observation.performer",
        "path" : "Observation.performer",
        "short" : "Tööandja",
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://hl7.ee/fhir/StructureDefinition/EEBase-Organization"
            ]
          }
        ]
      },
      {
        "id" : "Observation.performer.display",
        "path" : "Observation.performer.display",
        "mustSupport" : true
      },
      {
        "id" : "Observation.value[x]",
        "path" : "Observation.value[x]",
        "short" : "Amet",
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ]
      },
      {
        "id" : "Observation.value[x].coding",
        "path" : "Observation.value[x].coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Observation.value[x].coding.system",
        "path" : "Observation.value[x].coding.system",
        "short" : "Ametite Klassifikaator",
        "fixedUri" : "https://pub.e-tervis.ee/classifications/AK/3",
        "mustSupport" : false
      },
      {
        "id" : "Observation.value[x].coding.code",
        "path" : "Observation.value[x].coding.code",
        "mustSupport" : false,
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://pub.e-tervis.ee/classifications/AK/3"
        }
      },
      {
        "id" : "Observation.value[x].coding.display",
        "path" : "Observation.value[x].coding.display",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Observation.dataAbsentReason",
        "path" : "Observation.dataAbsentReason",
        "short" : "Ameti puudumise põhjus"
      },
      {
        "id" : "Observation.interpretation",
        "path" : "Observation.interpretation",
        "max" : "0"
      },
      {
        "id" : "Observation.bodySite",
        "path" : "Observation.bodySite",
        "max" : "0"
      },
      {
        "id" : "Observation.method",
        "path" : "Observation.method",
        "max" : "0"
      },
      {
        "id" : "Observation.specimen",
        "path" : "Observation.specimen",
        "max" : "0"
      },
      {
        "id" : "Observation.device",
        "path" : "Observation.device",
        "max" : "0"
      },
      {
        "id" : "Observation.referenceRange",
        "path" : "Observation.referenceRange",
        "max" : "0"
      },
      {
        "id" : "Observation.hasMember",
        "path" : "Observation.hasMember",
        "max" : "0"
      },
      {
        "id" : "Observation.derivedFrom",
        "path" : "Observation.derivedFrom",
        "max" : "0"
      },
      {
        "id" : "Observation.component",
        "path" : "Observation.component",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.